home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 123 / MacAddict_123_2006_11.iso / Software / Internet & Communication / GarageSale 2.4.4.dmg / GarageSale.app / Contents / Resources / English.lproj / MailTemplatesPanel.nib / classes.nib next >
Text File  |  2006-08-27  |  975b  |  31 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 addTemplateAction = id; 
  7.                 placeholderMenuSelected = id; 
  8.                 removeTemplateAction = id; 
  9.             }; 
  10.             CLASS = GSMailTemplatesPanelController; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {
  13.                 menuButton = GSMenuButton; 
  14.                 placeholderMenu = NSMenu; 
  15.                 splitView = NSSplitView; 
  16.                 subjectTextField = NSTextField; 
  17.                 templatesController = NSArrayController; 
  18.                 templatesTable = NSTableView; 
  19.                 textView = NSTextView; 
  20.             }; 
  21.             SUPERCLASS = NSWindowController; 
  22.         }, 
  23.         {
  24.             CLASS = GSMenuButton; 
  25.             LANGUAGE = ObjC; 
  26.             OUTLETS = {menu = NSMenu; }; 
  27.             SUPERCLASS = NSButton; 
  28.         }
  29.     ); 
  30.     IBVersion = 1; 
  31. }